home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_959 / frame_16 / DoAction.as
Text File  |  2008-11-12  |  396b  |  23 lines

  1. setProperty("_root.Meg", _visible, 1);
  2. set("/Variables:Stoppe",false);
  3. set("/Variables:InventaireOuvert",false);
  4. if(eval("/Variables:EtatActif") == "Tab1")
  5. {
  6.    tellTarget("_root")
  7.    {
  8.       gotoAndStop("Tab1BIni");
  9.       play();
  10.    }
  11. }
  12. else
  13. {
  14.    tellTarget("_root")
  15.    {
  16.       gotoAndStop(eval("/Variables:EtatActif"));
  17.    }
  18. }
  19. tellTarget("_parent")
  20. {
  21.    gotoAndStop(1);
  22. }
  23.